home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / adir102.arc / ADIR.DOC next >
Encoding:
Text File  |  1986-01-31  |  1.9 KB  |  62 lines

  1. PLEASE NOTE:
  2.      This DOC file is for version 1.00 which is dated 1/25/86 and which was in
  3.      the file ADIR.LBR.  That .LBR also contained the version 1.00 EXE as well
  4.      as the ASM source.  However, on the BBS where this file was found, I also
  5.      saw the file ADIR102.EXE and so I archived this DOC along with the more
  6.      recent (by one day!) EXE; I have not included the version 1.00 ASM.  The
  7.      newer ASM was unavailable.
  8.  
  9.                                            Bob Weinstein
  10.                                            co-sysop, PC-Rockland RBBS
  11. *******************************************************************************
  12.  
  13.  
  14.                            MSDOS ADIR
  15.                by Howard Vigorita, NYACC, CP/M SIG
  16.         upload comments &/or updates to (718) 539 - 3338
  17.  
  18.     ADIR is a MSDOS generic program to display a directory of 
  19. ARC archive members. It requires MSDOS 2.x or higher and a 64K or 
  20. greater system.
  21.  
  22.     This software is released into the public domain on the 
  23. condition that it is not distributed for profit or incorporated 
  24. into any other software for which the source code and historical 
  25. credits are not supplied. Any variance from these conditions may 
  26. only be obtained on written consent of the author or the New York 
  27. Amateur Computer Club.
  28.  
  29. USAGE
  30. -----
  31.  
  32.     Execute program as follows from the default drive with 
  33. ARC also on that drive where afn = ambiguous file name of 
  34. member(s):
  35.  
  36.     ADIR FileName[.ARC] [afn]
  37.  
  38. To see all members when ADIR is on A: & FILE.ARC is on B:    
  39.  
  40.     A>ADIR B:FILE
  41.          <or>
  42.     B>A:ADIR FILE *.*
  43.  
  44.     ADIR will also accept a wildcard archive specification, 
  45. in which case it will open the first ARC it finds.
  46.  
  47. REGENERATION
  48. ------------
  49.  
  50. To reassemble this program with MASM 1.0 or 2.0:
  51.     MASM ADIR ;
  52.     LINK ADIR ;
  53. With MASM 3.0, use the "/A" option to link segments in alpha order.
  54.  
  55.  
  56. HISTORY
  57. -------
  58.  
  59. ver 1.00    ADIR created for MSDOS assembly by MASM.
  60.                         Howard Vigorita
  61.  
  62.